diff options
| author | Fuwn <[email protected]> | 2026-04-01 09:06:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-01 09:06:46 +0000 |
| commit | 78513dcde4e115acc2b705e0209c64311518c075 (patch) | |
| tree | 1745a437e584ab658dc31fa3f74070f961033a13 /src/routes/user/[user] | |
| parent | fix(manga): show skeleton while list is loading (diff) | |
| download | due.moe-78513dcde4e115acc2b705e0209c64311518c075.tar.xz due.moe-78513dcde4e115acc2b705e0209c64311518c075.zip | |
fix(badges): hide outbound link notice
Diffstat (limited to 'src/routes/user/[user]')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 5a52b285..9ff81118 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -613,7 +613,7 @@ const shadowHideBadge = () => { be required to use the hide feature to hide these badges from the public, while allowing them to stay visible to you as the account holder. </div> - {:else if !noticeDismissed} + {:else if false && !noticeDismissed} <div class="card"> <b>Notice:</b> AniList has begun purging outbound links which contain AI-generated material, this includes Badge Wall. If you have collected badges with AI-generated |